home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / delph / oct95 / wagnf112.gif < prev   
Graphics Interchange Format  |  1996-07-10  |  14KB  |  560x404  |  4-bit (8 colors)
Labels: text | electronics | screenshot | display | software | computer icon | web page | operating system | multimedia software
OCR: = C:\Borland\Delphi32\Tests\commit.pas X commit procedure TForm1. Button1Click (Sender: TObject) ; begin with Database1 do begin StartTransaction; Table1.edit; Table1. FieldByName (' AppModule) . AsString := 'Testing'; Commit end; end; end. Error: C:\Borland\Delphi32\Tests\commit.pas(58): ')' expected but identifier 'Testing' found Error: C:\Borland\Delphi32\Tests\commit.pas(59): Missing operator or semicolon. Fatal error: C:\Borland\Delphi32\Tests\Transact.dpr[9]: Could not compile used unit 'commit.pas' 58: 54 Modified Insert